home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form MDIChild2
- Caption = "MDIChild2"
- ClientHeight = 1125
- ClientLeft = 2100
- ClientTop = 4755
- ClientWidth = 1935
- Height = 1530
- HelpContextID = 4000
- Left = 2040
- LinkTopic = "Form4"
- MDIChild = -1 'True
- ScaleHeight = 1125
- ScaleWidth = 1935
- Top = 4410
- Width = 2055
- Begin CommandButton Command1
- Caption = "Command1"
- Height = 375
- HelpContextID = 4002
- Left = 360
- TabIndex = 1
- Top = 600
- Width = 1155
- End
- Begin TextBox Text1
- Height = 285
- HelpContextID = 4001
- Left = 120
- TabIndex = 0
- Text = "Text1"
- Top = 180
- Width = 1695
- End
- Option Explicit
- 'See comments in TIPDEMO.BAS
-